-
Notifications
You must be signed in to change notification settings - Fork 225
Notify users when Liquid files are rewritten remotely #6739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notify users when Liquid files are rewritten remotely #6739
Conversation
|
/snapit |
fa04b0c to
09881b1
Compare
Differences in type declarationsWe detected differences in the type declarations generated by Typescript for this branch compared to the baseline ('main' branch). Please, review them to ensure they are backward-compatible. Here are some important things to keep in mind:
New type declarationsWe found no new type declarations in this PR Existing type declarationspackages/cli-kit/dist/cli/api/graphql/admin/generated/theme_files_upsert.d.ts@@ -8,6 +8,7 @@ export type ThemeFilesUpsertMutation = {
themeFilesUpsert?: {
upsertedThemeFiles?: {
filename: string;
+ checksumMd5?: string | null;
}[] | null;
userErrors: {
filename?: string | null;
|
Coverage report
Show new covered files 🐣
Show files with reduced coverage 🔻
Test suite run success3589 tests passing in 1420 suites. Report generated by 🧪jest coverage report action from 09881b1 |
|
/snapit |
|
Going with an alternate approach |

WHY are these changes introduced?
This PR was previously introduced but contained a bug on Windows: #6524. The bug was found and is patched in this PR.
WHAT is this pull request doing?
shopify theme pushorshopify theme dev, you are notified when the liquid files contains bad liquid codeNOTE: If we also rewrite for
shopify app pushandshopify app devwe should also update it there 🤔How to test your changes?
{% for i in (1.....5) %}{% endfor %}shopify theme pushand notice a message saying it was updated remotelyshopify theme devinsteadshopify theme devis running, it will say in the logs that the file was overwrittenPost-release steps
Measuring impact
How do we know this change was effective? Please choose one:
Checklist